home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / the-kitchen-of-doom.swf / scripts / DefineButton2_1017 / BUTTONCONDACTION on(release, keyPress Enter).as
Text File  |  2008-03-14  |  128b  |  6 lines

  1. on(release, keyPress "<Enter>"){
  2.    this._visible = false;
  3.    _global.sfxUI.start();
  4.    _parent.gotoAndPlay("Hiscores");
  5. }
  6.